home *** CD-ROM | disk | FTP | other *** search
- /* config.h. Generated automatically by configure. */
- /* config.h.in. Generated automatically from configure.in by autoheader. */
- /*****************************************************************************
-
- This file is part of x2600, the Atari 2600 Emulator
- ===================================================
-
- Copyright 1996 Alex Hornby. For contributions see the file CREDITS.
-
- This software is distributed under the terms of the GNU General Public
- License. This is free software with ABSOLUTELY NO WARRANTY.
-
- See the file COPYING for details.
-
- $Id: acconfig.h,v 1.1 1996/08/12 21:31:25 ahornby Exp $
-
- Tweaked by Matthew Stroup for Amiga v2600, January 27, 1997.
-
- ******************************************************************************/
-
- /* Define to empty if the keyword does not work. */
- /* #undef const */
-
- /* Define as __inline if that's what the C compiler calls it. */
- #define inline
-
- /* Define if you need to in order for stat and other things to work. */
- /* #undef _POSIX_SOURCE */
-
- /* Define if you have the ANSI C header files. */
- #define STDC_HEADERS 1
-
- /* Define if you can safely include both <sys/time.h> and <time.h>. */
- #define TIME_WITH_SYS_TIME 0
-
- /* Define if your processor stores words with the most significant
- byte first (like Motorola and SPARC, unlike Intel and VAX). */
- #define WORDS_BIGENDIAN 1
-
- /* Debugging Level */
- #define Verbose 0
-
- /* Xdebugger */
- #define XDEBUGGER 0
-
- /* Define if you have the XShmAttach function. */
- #define HAVE_XSHMATTACH 0
-
- /* Define if you have the atexit function. */
- #define HAVE_ATEXIT 1
-
- /* Define if you have the getopt_long function. */
- #define HAVE_GETOPT_LONG 0
-
- /* Define if you have the gettimeofday function. */
- #define HAVE_GETTIMEOFDAY 0
-
- /* Define if you have the on_exit function. */
- #define HAVE_ON_EXIT 0
-
- /* Define if you have the usleep function. */
- #define HAVE_USLEEP 0
-
- /* Define if you have the <getopt.h> header file. */
- #define HAVE_GETOPT_H 0
-
- /* Define if you have the <sys/time.h> header file. */
- #define HAVE_SYS_TIME_H 0
-
- /* Define if you have the <unistd.h> header file. */
- #define HAVE_UNISTD_H 0
-
- /* Define if you have the Dir library (-lDir). */
- #define HAVE_LIBDIR 0
-
- /* Define if you have the X11 library (-lX11). */
- #define HAVE_LIBX11 0
-
- /* Define if you have the Xaw library (-lXaw). */
- #define HAVE_LIBXAW 0
-
- /* Define if you have the Xext library (-lXext). */
- #define HAVE_LIBXEXT 0
-
- /* Define if you have the Xmu library (-lXmu). */
- #define HAVE_LIBXMU 0
-
- /* Define if you have the Xt library (-lXt). */
- #define HAVE_LIBXT 0
-
- /* Define if you have the audio library (-laudio). */
- #define HAVE_LIBAUDIO 0
-
- /* Define if you have the fwf library (-lfwf). */
- #define HAVE_LIBFWF 0
-
- /* Define if you have the m library (-lm). */
- #define HAVE_LIBM 0
-
- /* Define if you have the vga library (-lvga). */
- /* #undef HAVE_LIBVGA */
-
- /* Define if you have the Xm library (-lXm). */
- /* #undef HAVE_LIBXM */
-